ostadmin: [incompat syntax change] Allow deploying any revision
authorColin Walters <walters@verbum.org>
Thu, 19 Jul 2012 19:11:14 +0000 (15:11 -0400)
committerColin Walters <walters@verbum.org>
Thu, 26 Jul 2012 14:56:32 +0000 (10:56 -0400)
commita179138a23fb40e3089cbc4d679b9885f5a370d3
treedb691b3b01a3c99e00653a7218cb0b831f44de04
parent5bbdce2c061f1782b79bdd8cde1fd0f4b12dbac3
ostadmin: [incompat syntax change] Allow deploying any revision

The old command line syntax assumed you wanted the latest from
a given revision, but to bisect, you really want the ability
to deploy any given one.

Old:
$ ostadmin deploy gnomeos-3.6-i686-{runtime,devel}

New:

$ ostadmin deploy trees/gnomeos-3.6-i686-runtime
$ ostadmin deploy trees/gnomeos-3.6-i686-devel

And note that the deploy directory now changes to:
/ostree/trees/gnomeos-3.6-i686-devel

And now it's possible to:

$ ostadmin deploy trees/gnomeos-3.6-i686-devel trees/gnomeos-3.6-i686-devel^^^
src/ostadmin/ot-admin-builtin-deploy.c